SetBreakpointOnFunctionCallResponse
data class SetBreakpointOnFunctionCallResponse(breakpointId: BreakpointId)
Content copied to clipboard
Represents response frame that is returned from Debugger#setBreakpointOnFunctionCall operation call. Sets JavaScript breakpoint before each call to the given function. If another function was created from the same source as a given one, calling it will also trigger the breakpoint.